# The file format for this file is:
#
# <restore class to execute on system boot> <name of saved data file>
#
# Notes:
# 1) the 'GenericRestoreUpgradeData' class simply restores EVERY file that is
#    contained in the saved data (*.zip) file.
# 2) the saved data file name is a concatenation of the Java class used
#    to save this data and the '.zip' extension.
# 3) the saved data files are located on a separate Linux partition not
#    effected during EC upgrades and not normally mounted.  See the
#    restore script, /opt/hsc/bin/restoreUpgradeData, for further details.
#

# To be used for Linux system files
com.ibm.hsc.websm.launch.hscmgt.RestoreHSCSystemUpgradeData /mnt/upgrade/SaveHSCSystemUpgradeData.tar

# To be used for HSC specific data
com.ibm.hsc.websm.launch.hscmgt.RestoreProfileDataUpgrade /mnt/upgrade/SaveProfileDataUpgrade.tar

# for the Service Agent gang...
com.ibm.sa.apps.SARestore /mnt/upgrade/SABackup.tar

# Inventory Scout folks use this
com.ibm.hsc.websm.launch.hscmgt.GenericRestoreUpgradeData /mnt/upgrade/InvScoutSaveUpgradeData.tar

# RSCT (Pok) save routine
com.ibm.hsc.sfp.RSCTRestoreUpgrade /mnt/upgrade/RSCTSaveUpgrade.tar
